home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1996 June
/
Designer's Club 1996 June.iso
/
mac
/
Idea Source
/
Gallery.DIR
/
00164_Script_164
< prev
next >
Wrap
Text File
|
1996-04-23
|
461b
|
15 lines
on exitFrame
go the frame
if rollover (2) then
set the movierate of sprite 2 to 1
else set the movierate of sprite 2 to 0
if rollover (3) then
set the movierate of sprite 3 to 1
else set the movierate of sprite 3 to 0
if rollover (4) then
set the movierate of sprite 4 to 1
else set the movierate of sprite 4 to 0
if rollover (7) then
set the movierate of sprite 7 to 1
else set the movierate of sprite 7 to 0
end